home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / program / cgazv4n2.zip / KEYWORDS < prev    next >
Text File  |  1989-10-01  |  1KB  |  117 lines

  1. ;keywords file for shroud.exe - tells it to leave these alone
  2. ; this list is not all inclusive - you will need to tune it
  3. ; to your applications
  4.  
  5. ;Standard C keywords
  6. auto
  7. break
  8. case
  9. cdecl
  10. char
  11. const
  12. continue
  13. default
  14. do
  15. double
  16. else
  17. enum
  18. extern
  19. far
  20. float
  21. for
  22. fortran
  23. goto
  24. huge
  25. if
  26. int
  27. interrupt
  28. long
  29. near
  30. pascal
  31. register
  32. return
  33. short
  34. signed
  35. sizeof
  36. static
  37. struct
  38. switch
  39. typedef
  40. union
  41. unsigned
  42. void
  43. volatile
  44. while
  45.  
  46. ;preprocessor words
  47. define
  48. undef
  49. defined
  50. include
  51. ifdef
  52. ifndef
  53. endif
  54.  
  55. ;used in pragmas
  56. pragma
  57. title
  58. subtitle
  59. page
  60.  
  61. ;common routine names
  62. exit
  63. fclose
  64. fopen
  65. fprintf
  66. fputs
  67. free
  68. getc
  69. isalpha
  70. isalnum
  71. isdigit
  72. isnum
  73. isspace
  74. main
  75. malloc
  76. printf
  77. putchar
  78. putc
  79. puts
  80. strcat
  81. strchr
  82. strcmp
  83. strcpy
  84. strlen
  85. strrchr
  86. tolower
  87. toupper
  88.  
  89. ;common symbols
  90. stderr
  91. stdin
  92. stdout
  93. stdprn
  94. EOF
  95. FILE
  96. NULL
  97.  
  98. ;DOS interface routines
  99. int86x
  100.  
  101. ;DOS interface symbols
  102. x
  103. ax
  104. bx
  105. cflag
  106. cs
  107. cx
  108. ds
  109. dx
  110. es
  111. si
  112. ss
  113. REGS
  114. SREGS
  115.  
  116. ;end of file
  117.